Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / OnMouseLostCapture Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseLostCapture Method (InputTextBoxElementBase<T>)
    In This Topic
    Called by the host control when the user releases the left mouse button over a disabled C1.Framework.Element.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnMouseLostCapture( _
       ByVal e As MouseEventArgs _
    ) 
    public virtual void OnMouseLostCapture( 
       MouseEventArgs e
    )

    Parameters

    e
    System.Windows.Forms.MouseEventArgs that contains the event data.
    See Also